object FrmNNTPHeaders: TFrmNNTPHeaders Left = 294 Top = 116 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Download Article Headers' ClientHeight = 199 ClientWidth = 315 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnKeyUp = FormKeyUp PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 12 Width = 288 Height = 48 Caption = 'There are many articles available for download'#13#10'in this newsgrou' + 'p. Please select how many of the'#13#10'latest article headers you wis' + 'h to retrieve.' end object Label2: TLabel Left = 18 Top = 76 Width = 93 Height = 16 Caption = 'Total available:' end object Label3: TLabel Left = 56 Top = 108 Width = 54 Height = 16 Caption = 'Retrieve:' end object LblTotal: TLabel Left = 136 Top = 76 Width = 7 Height = 16 Caption = '0' end object BtnStart: TButton Left = 89 Top = 158 Width = 100 Height = 30 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 202 Top = 158 Width = 100 Height = 30 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object EditRetrieve: TElSpinEdit Left = 134 Top = 104 Width = 88 Height = 24 Cursor = crIBeam UseCustomScrollBars = True NotifyUserChangeOnly = True Value = 300 MaxValue = 100000 Increment = 10 LargeIncrement = 100 TopMargin = 2 RightMargin = 1 BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] BorderStyle = bsSingle Ctl3D = True LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ParentColor = False ParentCtl3D = False TabOrder = 0 end end